projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be577d0
)
* lisp/gnus/gnus-util.el: Comment.
author
Glenn Morris
<rgm@gnu.org>
Tue, 2 Nov 2010 04:06:44 +0000
(21:06 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 2 Nov 2010 04:06:44 +0000
(21:06 -0700)
lisp/gnus/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-util.el
b/lisp/gnus/gnus-util.el
index 94b7c6331969471d811ce86440fc1f3fbea2fc73..e9e896963b370d4f4b59614dc91a60d8f8fb394f 100644
(file)
--- a/
lisp/gnus/gnus-util.el
+++ b/
lisp/gnus/gnus-util.el
@@
-1658,6
+1658,8
@@
SPEC is a predicate specifier that contains stuff like `or', `and',
(defun gnus-iswitchb-completing-read (prompt collection &optional require-match
initial-input history def)
"`iswitchb' based completing-read function."
+ ;; Make sure iswitchb is loaded before we let-bind its variables.
+ ;; If it is loaded inside the let, variables can become unbound afterwards.
(require 'iswitchb)
(let ((iswitchb-make-buflist-hook
(lambda ()